home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / sdrop14 / SDROP14.ZIP / Install.txt < prev    next >
Encoding:
Text File  |  1997-09-04  |  4.4 KB  |  125 lines

  1.  
  2.         Super Drop List v1.4
  3.         for Delphi 2 and 3
  4.         ------------------------------------------------------
  5.  
  6.         Installation and General information
  7.  
  8.         Super Drop List is a set of Enhanced Components designed    
  9.     to allow flexible editing of drop lists for Delphi 2 and
  10.         Delphi 3.
  11.  
  12.  
  13.         What are the benefits of The Super Drop List?
  14.         ==============================================
  15.  
  16.          - Define Colors for Edit Box and List Box
  17.  
  18.          - Assign Bitmap to Button.
  19.  
  20.          - Ownerdraw Listbox is provided
  21.  
  22.          - Listbox size can be different than edit size
  23.  
  24.          - AutoExpand fills in text as you type.
  25.  
  26.          - CaretatEnd allows you to set the caret at the start or end of the text.
  27.  
  28.          - Many, Many Options concerning behavior of the Drop Button.
  29.  
  30.  
  31.         Note:
  32.         The Super Calendar component requires version 4.70 or greater of Microsofts
  33.         Common Controls library ComCtl32.DLL. A new version of ComCtl32.DLL ships
  34.         with Windows NT 4 and Internet Explorer 3. You can download Internet
  35.         Explorer from Microsofts Web-Site http://www.microsoft.com/ie/download/
  36.  
  37.  
  38.  
  39.         Files
  40.         =====
  41.  
  42.          -------  Delphi 3 files - SDrop14D2 contains Delphi 2 files  -------
  43.           STOOLS.DCR   ->  component images
  44.           STOOLS.DCU   ->  required components for Cal Set and Drop List
  45.  
  46.           SDROPLST.DCU ->  Super DropList Component
  47.           STOOLSDB.DCU ->  DB Version of Super DropEdit and Super ListBox
  48.       SDLISTDB.DCU ->  DB Version of Super DropList
  49.  
  50.     ****  SDrop14D2.ZIP   ->  Zip Package containing above files for Delphi 2  *******
  51.  
  52.  
  53.       -------  These files are for both Delphi 2 and Delphi 3  -------
  54.           SDROPDEMO.DPR   ->  sample DropEdit project for Delphi 2/3
  55.           SDROPDEMO1.DFM  ->  sample form 1 for Delphi 2/3
  56.           SDROPDEMO1.PAS  ->  sample file 1 for Delphi 2/3
  57.           SDROPDEMO2.DFM  ->  sample form 2 for Delphi 2/3
  58.           SDROPDEMO2.PAS  ->  sample file 2 for Delphi 2/3
  59.  
  60.       README.TXT     ->  important information
  61.       LICENSE.TXT    ->  license information
  62.       INSTALL.TXT    ->  installation and general information
  63.           SDROP13.TXT    ->  general information
  64.       HELP.TXT       ->  functions,procedures and properties
  65.           ORDER.TXT      ->  registration and legal information
  66.  
  67.  
  68.         Installation
  69.         ============
  70.  
  71.  
  72.           Installation in Delphi 2
  73.           ========================
  74.  
  75.           1. Copy all DCU files and STOOLS.DCR into a directory,
  76.              where your components reside, for instance
  77.              C:\Programs\Delphi2\Lib
  78.           
  79.           2. From the Delphi menu select
  80.              Component | Install ...
  81.  
  82.           3. Press the Add button, and select the path and filename of
  83.              each desired DCU file.
  84.  
  85.       4. Repeat step 3 for each desired DCU file.
  86.  
  87.           5. Back on the Install Components screen press OK.
  88.  
  89.           If installation succeeds you should see the Super Drop__ components appear
  90.       on the Additional palette. If you have any difficulty installing the
  91.       components refer to the Delphi 2 Help system.
  92.  
  93.  
  94.           Installation in Delphi 3
  95.           ========================
  96.  
  97.           1. Copy all DCU files and STOOLS.DCR into a directory,
  98.              where your components reside, for instance
  99.              C:\Programs\Delphi2\Lib
  100.           
  101.           2. From the Delphi menu select
  102.              Component | Install Component...
  103.  
  104.           3. Click Button "Browse..." beside "Unit file name" and select
  105.              the path and filename of the desired DCU files.
  106.          Multiple selections are allowed.
  107.  
  108.           4. Back on the Install Components screen select an existing
  109.              package in "Package file name" and press "OK" button.
  110.  
  111.           5. Confirm the rebuild dialog. Delphi compiles and adds the Super Drop__ components to
  112.          the Additional palette. If you have any difficulty installing the 
  113.              components refer to the Delphi 3 Help system.
  114.  
  115.  
  116.         License
  117.         =======
  118.         
  119.         These components are royalty free. That means that you
  120.         may distribute your programs compiled with Super Tools code incurring
  121.         no royalty fee.  However, You may NOT distribute Super Tools source code or
  122.         Registered Super Drop List compiled components.
  123.  
  124.  
  125. <jaym25@challenger.net>